LassoScript Utility
Basics Browse Detail

[String->Unescape]

Tag Link [String->Unescape] Category String
Type Member Source Available No
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0

Description

[String->Unescape] modifies the base string in-place by converting any characters with hexadecimal URL encoding to their Unicode equivalents.

Syntax

[Variable: 'myString' = 'String Value']
[$myString->(Unescape)]
[Variable: 'myString']

<?LassoScript
Variable: 'myString' = 'String Value';
$myString->(Unescape)]
Output: $myString;
?>

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.

Related Tags

Category Tags